Component org.nuxeo.ecm.platform.logs.viewer.properties
In bundle org.nuxeo.logs.viewer
Resolution Order
238
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.logs.viewer.properties">
<extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
<documentation>
Property that configures the number of lines displayed for
each server log files in the Admin tab > Monitoring > Logs tab.
</documentation>
<property name="nuxeo.logs.viewer.max.lines.count">1500</property>
</extension>
</component>